home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Compilers⁄Interps / GCC-2.3.3r12 / Sources-Targets / x-elxsi < prev    next >
Encoding:
Text File  |  1993-02-05  |  247 b   |  10 lines  |  [TEXT/MPS ]

  1. # Our make needs a little help...
  2. MAKE=make
  3.  
  4. # We don't support -g yet, so don't try and use it.
  5. CFLAGS =
  6. LIBGCC2_CFLAGS = -O2 $(GCC_CFLAGS)
  7.  
  8. # Hide xmalloc so that it does not conflict with the one in libc.a, Ick!
  9. X_CFLAGS = -Dxmalloc=my_xmalloc
  10.